home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 10 / AACD 10.iso / AACD / Programming / MiniGL / makefile.ppc < prev    next >
Encoding:
Makefile  |  2000-04-07  |  349 b   |  23 lines

  1. #
  2. # $Id: makefile.ppc,v 1.1.1.1 2000/04/07 19:44:48 tfrieden Exp $
  3. #
  4. # $Date: 2000/04/07 19:44:48 $
  5. # $Revision: 1.1.1.1 $
  6. #
  7. # (C) 1999 by Hyperion
  8. # All rights reserved
  9. #
  10. # This file is part of the MiniGL library project
  11. # See the file Licence.txt for more details
  12. #
  13. #
  14. all:
  15.     $(MAKE) -C Build.ppc all install
  16.  
  17. clean:
  18.     $(MAKE) -C Build.ppc clean
  19.  
  20.  
  21.  
  22.  
  23.